-
-
Notifications
You must be signed in to change notification settings - Fork 373
π style(workflows): correct indentation and format strings #2900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- fix indentation issues across workflow steps - standardize string quotations to use double quotes β¨ feat(docs): add documentation version dropdown component - introduce a dropdown to display and switch between documentation versions - fetch and display latest release and prerelease tags from GitHub π§ chore(docs): modularize menu components - extract version dropdown into separate partial for reuse - simplify menu.html by including modular component β¨ feat(docs): add version.json for dynamic versioning - create version.json in static directory - include GitVersion.SemVer for dynamic content management
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2900.westeurope.5.azurestaticapps.net |
β¦preview URL Add a new `sitePreviewUrl` parameter to `hugo.yaml` for preview environments. Update the `menu-version.html` to dynamically load version information using a new `version-loader.js` script. This improves the user experience by ensuring the displayed version is always up-to-date without requiring a full page reload. The changes also introduce a cache mechanism to reduce unnecessary network requests, enhancing performance. The addition of a preview URL parameter allows for better management and access to preview environments, facilitating testing and review processes.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2900.westeurope.5.azurestaticapps.net |
Replaces static GitHub API calls with client-side version fetching to reduce server load and improve performance. Adds configurable preview URL parameter and implements 10-minute caching mechanism to minimize redundant requests. Enhances user experience by showing real-time version information while maintaining fallbacks for reliability.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2900.westeurope.5.azurestaticapps.net |
- replace return with exit 1 for better error signaling when documentation category is not found π docs(config): update configuration documentation with discussion IDs - add discussionId to config, config-wizard, schema, and processors documents - ensure consistency and traceability in documentation β test(scripts): add new test scripts for categories and permissions - introduce test-categories.ps1 and test-github-permissions.ps1 as placeholders for future test implementations
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2900.westeurope.5.azurestaticapps.net |
β¨ feat(docs): add documentation version dropdown component
π§ chore(docs): modularize menu components
β¨ feat(docs): add version.json for dynamic versioning
@satano this also adds your docs for the new features